Click or drag to resize

ResourceGetProperty Method (PropertyName)

Gets the property from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Property GetProperty(
	PropertyName propertyName
)

Parameters

propertyName
Type: Independentsoft.WebdavPropertyName
The name of the property to retrieve.

Return Value

Type: Property
The requested property.
See Also